home *** CD-ROM | disk | FTP | other *** search
/ Night Sky Interactive / Night Sky Interactive.iso / mac / Data / Const.DIR / 00130.ls < prev    next >
Encoding:
Text File  |  1994-12-17  |  254 b   |  16 lines

  1. on mouseDown
  2.   puppetSprite(5, 1)
  3.   set the castNum of sprite 5 to 127
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp
  8.   global a, B, c
  9.   puppetSprite(5, 0)
  10.   set the castNum of sprite 5 to 124
  11.   updateStage()
  12.   set c to "2"
  13.   set theView to a & B & c
  14.   go(theView)
  15. end
  16.